remove #if HAVE_CONFIG_H and clean up other include weirdness in this
authorMichael Natterer <mitch@imendio.com>
Sat, 5 Jul 2008 16:03:49 +0000 (16:03 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Sat, 5 Jul 2008 16:03:49 +0000 (16:03 +0000)
2008-07-05  Michael Natterer  <mitch@imendio.com>

* gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
other include weirdness in this file.

svn path=/trunk/; revision=20779

ChangeLog
gtk/gtkprogressbar.c

index 029fc163f3d4c9bb55029fd1f75713d6634b45fe..0d0ec324d1df816736b4f10945f997f7d2c5a193 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-05  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
+       other include weirdness in this file.
+
 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
 
        * NEWS: Updates
index 8f5e1463f0c15d071cf93d75c51c5f760c9abd4c..55534c4e8a94253e9d31ad218b7bc3044557c791 100644 (file)
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#  if STDC_HEADERS
-#    include <string.h>
-#    include <stdio.h>
-#  endif
-#else
-#  include <stdio.h>
-#endif
+#include "config.h"
+
+#include <string.h>
 
 #include "gtkprogressbar.h"
 #include "gtkprivate.h"